| commit | 563ff3b99c6c32ed48208c724db46407a16c7aff | [log] [tgz] |
|---|---|---|
| author | Hallvord Reiar M. Steen <hallvord@opera.com> | Thu May 23 12:11:14 2013 |
| committer | Hallvord Reiar M. Steen <hallvord@opera.com> | Thu May 23 12:11:48 2013 |
| tree | 032d4e6d8dd84ff163018836b3db91f6ec9ea3af | |
| parent | 25b4abf382bd26df889b1a6de7573366d46bc35a [diff] [blame] |
use an existing helper file instead of support/echo.php
diff --git a/XMLHttpRequest/send-sync-no-response-event-loadend.htm b/XMLHttpRequest/send-sync-no-response-event-loadend.htm index 7e468ad..b78d064 100644 --- a/XMLHttpRequest/send-sync-no-response-event-loadend.htm +++ b/XMLHttpRequest/send-sync-no-response-event-loadend.htm
@@ -22,7 +22,7 @@ pass = true; }; - xhr.open("POST", "./support/echo.php", false); + xhr.open("POST", "./resources/content.php", false); xhr.send(); assert_equals(xhr.response, "");